home *** CD-ROM | disk | FTP | other *** search
/ Headbone Interactive / Headbone_Interactive_CD-ROM_Sampler_1995.iso / pc / demos / abf / intro.dxr / 00077_quit frame scripts.ls < prev    next >
Encoding:
Text File  |  1995-09-15  |  309 b   |  18 lines

  1. on doBonkSpiel
  2.   global gvBonkHeadSprite
  3.   puppetSound("1spiel.aif")
  4.   updateStage()
  5.   repeat while soundBusy(1)
  6.     nothing()
  7.   end repeat
  8. end
  9.  
  10. on doBonkBye
  11.   global gvBonkHeadSprite, gvCDHomePath, MOV_EXT
  12.   puppetSound("1quit.aif")
  13.   updateStage()
  14.   repeat while soundBusy(1)
  15.     nothing()
  16.   end repeat
  17. end
  18.